All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.image.CDSequence
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.std.image.CDSequence
- public class CDSequence
- extends QTObject
- implements QuickTimeLib
This class defines methods which are used during compression and decompression of
image sequences.
- See Also:
- CSequence, DSequence
-
busy()
- Your application may call this method to check the status of an asynchronous
compression or decompression operation.
-
equivalentImageDescription(ImageDescription)
- Reports whether two image descriptions are the same.
-
getDescription()
- Returns the ImageDescription object associated with this sequence.
-
setTimeBase(TimeBase)
-
Set the time base for the CDSequence object.
getDescription
public final ImageDescription getDescription()
- Returns the ImageDescription object associated with this sequence.
- Returns:
- the image description
setTimeBase
public final void setTimeBase(TimeBase base) throws StdQTException
- Set the time base for the CDSequence object.
QuickTime::CDSequenceSetTimeBase
- Parameters:
- base - the TimeBase for the sequence
busy
public boolean busy() throws StdQTException
- Your application may call this method to check the status of an asynchronous
compression or decompression operation.
QuickTime::CDSequenceBusy
- Returns:
- true if an asynchronous operation is in progress, false otherwise
equivalentImageDescription
public final boolean equivalentImageDescription(ImageDescription newDesc) throws StdQTException
- Reports whether two image descriptions are the same.
QuickTime::CDSequenceEquivalentImageDescription
- Parameters:
- newDesc - an ImageDescription object that describes a compressed image
- Returns:
- true if the descriptions are equivalent, false otherwise
All Packages Class Hierarchy This Package Previous Next Index